3.1418 \(\int (b d+2 c d x)^m \left (a+b x+c x^2\right )^{5/2} \, dx\)

Optimal. Leaf size=82 \[ -\frac{2 \left (a+b x+c x^2\right )^{7/2} (b d+2 c d x)^{m+1} \, _2F_1\left (1,\frac{m+8}{2};\frac{m+3}{2};\frac{(b+2 c x)^2}{b^2-4 a c}\right )}{d (m+1) \left (b^2-4 a c\right )} \]

[Out]

(-2*(b*d + 2*c*d*x)^(1 + m)*(a + b*x + c*x^2)^(7/2)*Hypergeometric2F1[1, (8 + m)
/2, (3 + m)/2, (b + 2*c*x)^2/(b^2 - 4*a*c)])/((b^2 - 4*a*c)*d*(1 + m))

_______________________________________________________________________________________

Rubi [A]  time = 0.295563, antiderivative size = 114, normalized size of antiderivative = 1.39, number of steps used = 3, number of rules used = 3, integrand size = 26, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.115 \[ \frac{\left (b^2-4 a c\right )^2 \sqrt{a+b x+c x^2} (d (b+2 c x))^{m+1} \, _2F_1\left (-\frac{5}{2},\frac{m+1}{2};\frac{m+3}{2};\frac{(b+2 c x)^2}{b^2-4 a c}\right )}{32 c^3 d (m+1) \sqrt{1-\frac{(b+2 c x)^2}{b^2-4 a c}}} \]

Antiderivative was successfully verified.

[In]  Int[(b*d + 2*c*d*x)^m*(a + b*x + c*x^2)^(5/2),x]

[Out]

((b^2 - 4*a*c)^2*(d*(b + 2*c*x))^(1 + m)*Sqrt[a + b*x + c*x^2]*Hypergeometric2F1
[-5/2, (1 + m)/2, (3 + m)/2, (b + 2*c*x)^2/(b^2 - 4*a*c)])/(32*c^3*d*(1 + m)*Sqr
t[1 - (b + 2*c*x)^2/(b^2 - 4*a*c)])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 36.8445, size = 112, normalized size = 1.37 \[ \frac{\left (- 4 a c + b^{2}\right )^{2} \left (b d + 2 c d x\right )^{m + 1} \sqrt{a - \frac{b^{2}}{4 c} + \frac{\left (b + 2 c x\right )^{2}}{4 c}}{{}_{2}F_{1}\left (\begin{matrix} - \frac{5}{2}, \frac{m}{2} + \frac{1}{2} \\ \frac{m}{2} + \frac{3}{2} \end{matrix}\middle |{- \frac{\left (b + 2 c x\right )^{2}}{4 a c - b^{2}}} \right )}}{32 c^{3} d \left (m + 1\right ) \sqrt{\frac{\left (b + 2 c x\right )^{2}}{4 a c - b^{2}} + 1}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((2*c*d*x+b*d)**m*(c*x**2+b*x+a)**(5/2),x)

[Out]

(-4*a*c + b**2)**2*(b*d + 2*c*d*x)**(m + 1)*sqrt(a - b**2/(4*c) + (b + 2*c*x)**2
/(4*c))*hyper((-5/2, m/2 + 1/2), (m/2 + 3/2,), -(b + 2*c*x)**2/(4*a*c - b**2))/(
32*c**3*d*(m + 1)*sqrt((b + 2*c*x)**2/(4*a*c - b**2) + 1))

_______________________________________________________________________________________

Mathematica [A]  time = 0.191904, size = 0, normalized size = 0. \[ \int (b d+2 c d x)^m \left (a+b x+c x^2\right )^{5/2} \, dx \]

Verification is Not applicable to the result.

[In]  Integrate[(b*d + 2*c*d*x)^m*(a + b*x + c*x^2)^(5/2),x]

[Out]

Integrate[(b*d + 2*c*d*x)^m*(a + b*x + c*x^2)^(5/2), x]

_______________________________________________________________________________________

Maple [F]  time = 0.124, size = 0, normalized size = 0. \[ \int \left ( 2\,cdx+bd \right ) ^{m} \left ( c{x}^{2}+bx+a \right ) ^{{\frac{5}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((2*c*d*x+b*d)^m*(c*x^2+b*x+a)^(5/2),x)

[Out]

int((2*c*d*x+b*d)^m*(c*x^2+b*x+a)^(5/2),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (c x^{2} + b x + a\right )}^{\frac{5}{2}}{\left (2 \, c d x + b d\right )}^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(5/2)*(2*c*d*x + b*d)^m,x, algorithm="maxima")

[Out]

integrate((c*x^2 + b*x + a)^(5/2)*(2*c*d*x + b*d)^m, x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left ({\left (c^{2} x^{4} + 2 \, b c x^{3} + 2 \, a b x +{\left (b^{2} + 2 \, a c\right )} x^{2} + a^{2}\right )} \sqrt{c x^{2} + b x + a}{\left (2 \, c d x + b d\right )}^{m}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(5/2)*(2*c*d*x + b*d)^m,x, algorithm="fricas")

[Out]

integral((c^2*x^4 + 2*b*c*x^3 + 2*a*b*x + (b^2 + 2*a*c)*x^2 + a^2)*sqrt(c*x^2 +
b*x + a)*(2*c*d*x + b*d)^m, x)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2*c*d*x+b*d)**m*(c*x**2+b*x+a)**(5/2),x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (c x^{2} + b x + a\right )}^{\frac{5}{2}}{\left (2 \, c d x + b d\right )}^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(5/2)*(2*c*d*x + b*d)^m,x, algorithm="giac")

[Out]

integrate((c*x^2 + b*x + a)^(5/2)*(2*c*d*x + b*d)^m, x)